home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / Crackme200.exe / 0 / RCDATA / TPRINCIPALE / TPRINCIPALE.txt < prev   
Encoding:
Text File  |  1999-04-05  |  1.9 KB  |  104 lines

  1. object Principale: TPrincipale
  2.   Left = 279
  3.   Top = 228
  4.   BorderStyle = bsDialog
  5.   Caption = 'CrackMe by - aLoNg3x - v. 2.00'
  6.   ClientHeight = 132
  7.   ClientWidth = 292
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object _Nome: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 31
  22.     Height = 13
  23.     Caption = 'Nome:'
  24.   end
  25.   object _Codice: TLabel
  26.     Left = 8
  27.     Top = 32
  28.     Width = 36
  29.     Height = 13
  30.     Caption = 'Codice:'
  31.   end
  32.   object Pannello: TPanel
  33.     Left = 0
  34.     Top = 64
  35.     Width = 292
  36.     Height = 68
  37.     Align = alBottom
  38.     BevelOuter = bvLowered
  39.     TabOrder = 0
  40.     object Image1: TImage
  41.       Left = 1
  42.       Top = 1
  43.       Width = 290
  44.       Height = 66
  45.       Align = alClient
  46.       Picture.Data = {<image000.bmp>}
  47.       Stretch = True
  48.     end
  49.     object Registerz: TButton
  50.       Left = 24
  51.       Top = 16
  52.       Width = 113
  53.       Height = 41
  54.       Caption = 'Register...'
  55.       TabOrder = 0
  56.       OnClick = RegisterzClick
  57.     end
  58.     object Again: TButton
  59.       Left = 160
  60.       Top = 16
  61.       Width = 113
  62.       Height = 41
  63.       Caption = '...again !!! :p'
  64.       TabOrder = 1
  65.       Visible = False
  66.       OnClick = AgainClick
  67.     end
  68.   end
  69.   object Nome: TEdit
  70.     Left = 56
  71.     Top = 8
  72.     Width = 89
  73.     Height = 21
  74.     MaxLength = 10
  75.     TabOrder = 1
  76.   end
  77.   object Codice: TEdit
  78.     Left = 56
  79.     Top = 32
  80.     Width = 89
  81.     Height = 21
  82.     TabOrder = 2
  83.     Text = '0'
  84.   end
  85.   object About: TButton
  86.     Left = 168
  87.     Top = 8
  88.     Width = 105
  89.     Height = 25
  90.     Caption = 'About - Help'
  91.     TabOrder = 3
  92.     OnClick = AboutClick
  93.   end
  94.   object Cancella: TButton
  95.     Left = 168
  96.     Top = 32
  97.     Width = 105
  98.     Height = 25
  99.     Caption = 'Cancella'
  100.     TabOrder = 4
  101.     OnClick = CancellaClick
  102.   end
  103. end
  104.